body {
    color: #333;
}

ul,
li {
    list-style-type: none;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.top {
    height: 40px;
    line-height: 40px;
    background-color: #2d3237;
    color: #ffffff;
    padding: 0 8%;
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0px;
}
    .top .wrapper{
        width:1200px;
        margin:auto;
    }
    .top .left {
        float:left;
    }
    .top .right {
        float: right;
    }
    .top .right span {
        display: inline-block;
        margin: 0 5px;
        color: #ffffff;
    }

    .top .right a {
        color: #ffffff;
        opacity: 0.45;
    }

        .top .right a.active,
        .top .right a:hover {
            opacity: 1;
        }
.header {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 40px;
}

    .header .logo {
        position: relative;
    }

        .header .logo img {
            height: 60px;
        }

    .header .logo {
        width: 200px;
        display: block;
        padding: 5px 0 0 0px;
        position: relative;
    }

        .header .logo span {
            color: #333;
            display: block;
            position: absolute;
            bottom: 18px;
            left: 70px;
            font-size: 18px;
            font-family: Times New Roman;
        }

    .header .caret {
        display: none;
    }

    .header .navbar {
        border: none;
        margin-bottom: 0px;
    }

    .header .tel {
        line-height: 20px;
        padding-top: 15px;
        padding-left: 35px;
        position: relative;
        margin-left: 30px;
        display: block;
    }

        .header .tel i {
            position: absolute;
            left: 0px;
            top: 20px;
            font-size: 22px;
            color: #f00;
        }

        .header .tel p {
            margin: 0;
            color: #888;
            font-size: 12px;
        }

        .header .tel span {
            font-size: 14px;
            color: #000;
        }

.navbar-default .navbar-nav > li > a {
    color: #333;
}

.header .navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.banner {
    margin-top: 50px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner img {
    width: 100%;
}

.navbar-default .navbar-nav > .active > a {
    background-color: #fff;
    position: relative;
    color: #f00;
}

    .navbar-default .navbar-nav > .active > a::after {
        position: absolute;
        content: '';
        width: 60%;
        height: 2px;
        background-color: #f00;
        left: 20%;
        bottom: 10px;
    }

.server-wm {
    background-color: #f8f8f8;
    padding: 0 8%;
}

.server {
    text-align: center;
    margin: auto;
    padding: 50px 0 100px;
}

    .server .img {
        width: 100%;
    }

    .server img {
        width: 100%;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

    .server .server-info {
        text-align: left;
        padding: 15px;
    }

    .server .server-wall {
        display: block;
        overflow: hidden;
        background: transparent;
        position: relative;
    }

        .server .server-wall:hover img {
            /* transform: scale(1.2, 1.2) */
            background: rgba(0, 0, 0, .7)
        }

        .server .server-wall .mask {
            position: absolute;
            z-index: 5;
            width: 100%;
            height: calc(100% - 88px);
            background: rgba(0, 0, 0, 0);
            position: absolute;
            left: 0;
            top: 0;
            transition: all ease-out .3s;
        }

        .server .server-wall:hover .mask {
            background: rgba(0, 0, 0, .5)
        }

        .server .server-wall:hover {
            text-decoration: none;
        }

        .server .server-wall::after {
            content: "+";
            width: 50px;
            height: 50px;
            line-height: 50px;
            display: inline-block;
            position: absolute;
            top: 0%;
            left: 50%;
            z-index: 10;
            opacity: 0;
            color: rgb(255, 255, 255);
            font-size: 40px;
            text-align: center;
            font-family: "Times New Roman", 微软雅黑;
            margin: 0px auto 0px -26px;
            border-radius: 50px;
            border-width: 1px;
            border-style: solid;
            border-color: rgba(255, 255, 255, 0.5);
            border-image: initial;
            transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
        }

        .server .server-wall:hover::after {
            opacity: 1;
            top: 28%;
        }

    .server .swiper-slide {
        background: transparent;
    }

    .server .server-info .title {
        font-size: 14px;
        color: #666;
    }

    .server .server-info {
        border-bottom: 1px solid #e0e0e0;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

    .server .server-wall:hover .server-info {
        border-bottom: 1px solid #333;
    }

    .server .server-info .description {
        font-size: 12px;
        color: #888;
        overflow: hidden;
    }

.server-wm .swiper-pagination-bullets-dynamic {
    bottom: 50px !important;
}

.title-wall {
    margin-bottom: 25px;
    text-align: center;
}

    .title-wall .title {
        font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
        font-size: 24px;
    }

    .title-wall .subtitle {
        color: #A1A1A1;
        font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
        font-size: 14px;
        line-height: 20px;
    }


/* 关于我们 */

.about-img {
    height: 600px;
    width: 50%;
    float: left;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.about-text {
    height: 600px;
    float: right;
    width: 50%;
    padding-top: 150px;
}

    .about-text .text {
        padding: 0 100px;
        line-height: 26px;
        color: #848484;
    }

.more {
    border: #dfdfdf 1px solid;
    background: rgba(255, 255, 255, .0);
    width: 300px;
    height: 45px;
    display: block;
    margin: 40px auto 50px;
    line-height: 45px;
    font-size: 16px;
    color: #838383;
    border-radius: 30px;
    transition: all ease-out .3s;
    text-align: center;
}

    .more i {
        opacity: 0;
        width: 0px;
    }

    .more:hover {
        text-decoration: none;
        background-color: #333333;
        border: #333333 1px solid;
        color: #fff;
        text-indent: 10px;
    }

        .more:hover i {
            opacity: 1;
            width: auto;
        }

.category {
    text-align: center;
}

    .category a {
        border: 1px solid #ccc;
        padding: 10px 25px;
        color: #333;
        transition: all ease-out .3s;
        font-size: 13px;
    }

        .category a:hover {
            background-color: #333;
            color: #fff;
            text-decoration: none;
            border: 1px solid #333;
        }

.case {
    padding: 50px 8%;
}

.news-wall {
    margin-top: 60px;
}

    .news-wall .news-item {
        width: 23%;
        margin-right: 2.6%;
        float: left;
        background-color: #f3f3f3;
        transition: all 0.3s ease-out 0s;
        display: block;
        padding: 0px 50px 80px 50px;
        margin-bottom: 50px;
        height: 320px;
    }

        .news-wall .news-item .date {
            width: 100px;
            margin: 0 0 40px;
            background-color: #2D2D2D;
            padding: 40px 10px 20px;
            transition: all 0.3s ease-out 0s;
            font-weight: 100;
            transform: translate3d(0px, -14px, 10px);
            font: 12px Arial, "微软雅黑";
        }

            .news-wall .news-item .date span.md {
                color: #bdbdbd;
                font-size: 16px;
                text-align: right;
                font-family: "HELVETICANEUELTPRO-THEX", Arial;
                display: block;
                position: relative;
                top: 30px;
            }

            .news-wall .news-item .date span.year {
                color: #FFF;
                font-size: 30px;
                line-height: 30px;
                font-family: "HELVETICANEUELTPRO-THEX", Arial;
                display: block;
                position: relative;
                top: -20px;
            }

        .news-wall .news-item .title {
            height: 20px;
            line-height: 20px;
            font-size: 16px;
            color: #464646;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .news-wall .news-item .summary {
            text-align: left;
            color: #A1A1A1;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            margin-top: 10px;
            height: 60px;
        }

        .news-wall .news-item:nth-child(4n) {
            margin-right: 0px;
        }

        .news-wall .news-item:hover {
            text-decoration: none;
            background-color: #333;
            color: #fff;
        }

            .news-wall .news-item:hover .title {
                color: #fff;
            }

            .news-wall .news-item:hover .summary {
                color: #a1a1a1;
            }

            .news-wall .news-item:hover .date {
                background-color: #f00;
                padding: 60px 10px 20px;
            }

                .news-wall .news-item:hover .date .md {
                    color: #fff;
                }


/* 案例 */

.case-wall {
    margin-top: 50px;
}

.case-item {
    width: 33.33%;
    float: left;
    position: relative;
    overflow: hidden;
}

    .case-item img {
        width: 100%;
    }

    

    .case-item .title {
        font-size: 16px;
    }

    .case-item .summary {
        color: #888;
    }

    .case-item a {
        color: #333;
    }

        .case-item a:hover {
            text-decoration: none;
        }

   

.footer {
    padding: 20px 10%;
    background-color: #2d3237;
    color: #fff;
}

    .footer p {
        display: inline-block;
        margin-right: 100px;
    }

.case-item .case-info {
    position: absolute;
    transition: all 0.3s ease-out 0s;
    left: -100%;
    top: 0px;
    height: 100%;
    background: rgba(255, 0, 0, 0.5);
    color: #fff;
    padding: 15px;
    padding-top: 40px;
    width: 100%;
}

.case-item:hover .case-info {
    left: 0px;
}

    .case-item:hover .case-info .summary {
        color: #fff;
        margin-top: 10px;
    }


/* 联系我们 */

.contact form {
    float: right;
}

.contact table td {
    padding: 10px;
}

.contact button {
    background-color: #333;
    border-color: #333;
    padding: 10px 80px;
    border-radius: 50px;
    outline: none;
}

    .contact button:hover,
    .contact button:active,
    .contact button:focus {
        background-color: #f00;
        border-color: #f00;
        outline: none;
    }

.page {
    text-align: center;
}

.link {
    padding:0 8%;
    margin:30px auto 30px;
}
    .link .title a {
        display: block;
        float: right;
        padding: 8px 30px;
        background-color: #333;
        color: #fff;
        border-radius: 30px;
        font-size: 13px;
        position: relative;
        top: -5px;
    }
.link-wall {
    padding: 10px 0;
}

    .link-wall a {
        display: inline-block;
        margin-right: 15px;
        font-size: 13px;
        color: #999;
        margin-bottom: 10px;
    }
/* 关于我们 */

.content {
    margin-top: 50px;
}
.go-top {
    position: fixed;
    z-index: 1001;
    right: 20px;
    bottom: 15px;
    width: 48px;
    cursor: pointer;
    display: none;
}
    .go-top img {
        width: 100%;
    }
.page {
    padding: 50px;
    text-align: center;
    width: 100%;
}
    .page a {
        width: 36px;
        height: 36px;
        background-color: #fff;
        display: inline-block;
        color: #a9a9a9;
        line-height: 36px;
        text-align: center;
        font-family: Arial;
        margin-right: 5px;
        transition: background-color .2s ease-out;
    }
        .page a.active, .page a:hover {
            color: #fff;
            background-color: #07aefc;
        }
@media screen and (min-width: 1000px) {
    .container-fluid {
        width: 1200px;
    }

    .navbar-nav > li > a {
        padding: 25px 30px;
    }

    .header .dropdown-menu {
        border: none;
        min-width: 116px;
    }

    .dropdown-menu {
        margin: 0px;
        padding: 0px;
    }

        .dropdown-menu > li > a {
            padding: 15px 20px;
            transition: all ease-out .3s;
            text-align: center;
        }

            .dropdown-menu > li > a:hover {
                border-left: 3px solid #f00;
                background-color: #fff;
            }

        .dropdown-menu > li {
            border-bottom: 1px #f2f2f2 dotted;
            border-radius: 0px;
        }

            .dropdown-menu > li:last-child {
                border-bottom: none;
            }

    .content {
        margin-top: 20px;
    }

    .about_bg {
        background: url(../img/header.jpg) no-repeat;
        width: 100%;
        height: 400px;
        margin-top: 70px;
    }

    .category-wall {
        border-top: #dadada 1px solid;
        margin: 10px auto 0;
        height: 80px;
        text-align: center;
    }

        .category-wall .selected {
            display: none;
        }

        .category-wall ul {
            display: inline-block;
        }

            .category-wall ul li {
                float: left;
                padding: 0 20px;
            }

                .category-wall ul li a {
                    display: inline-block;
                    padding: 20px 10px;
                    color: #333;
                    position: relative;
                    z-index:1000;
                }

                    .category-wall ul li a:hover {
                        text-decoration: none;
                    }

                .category-wall ul li.active a {
                    color: #f00;
                }

                    .category-wall ul li.active a::before {
                        content: '';
                        height: 2px;
                        background-color: #f00;
                        position: absolute;
                        top: -6px;
                        width: 150%;
                        left: -25%;
                    }

    .co-title {
        font-size: 45px;
        font-family: Times New Roman;
        color: #666;
    }

        .co-title span {
            color: #111;
            text-transform: capitalize
        }

    .weizhi {
        float: right;
        margin-top: 10px;
        font-size: 12px;
    }

        .weizhi a {
            color: #808080;
        }

    .news_box {
        margin: 0 auto 30px;
    }

        .news_box .left_news {
            width: 75%;
            float: left;
        }

    .right_content {
        width: 230px;
        float: right;
    }

    .call {
        background: url(../img/callus.gif);
        height: 100px;
    }

        .call span {
            display: block;
            padding: 65px 0 0 150px;
            color: #FFFFFF;
            font-size: 16px;
        }

    .contentus {
        background: #F7F7F7;
        padding-bottom: 60px;
    }

        .contentus a {
            display: block;
            padding-top: 120px;
            padding-bottom: 20px;
            width: 130px;
            margin: auto;
            font-size: 14px;
            color: #808080;
        }

            .contentus a span {
                display: block;
                width: 130px;
                text-align: center;
            }

    .telphone {
        background: url(../img/callicon.gif) no-repeat center 35px;
    }

    .fax {
        background: url(../img/callicon.gif) no-repeat center -110px;
    }

    .mailbox {
        background: url(../img/callicon.gif) no-repeat center -245px;
    }

    .two-list {
        padding: 0px 8% 0px;
        margin-top: 0px;
    }

        .two-list .case-wall {
            margin-top: 0px;
        }

    .content {
        padding: 0 8%;
    }
}

@media screen and (max-width: 1000px) {
    .header .caret {
        display: inline-block;
    }

    .header .tel {
        margin-left: 10px;
        position: absolute;
        right: 100px;
        top: 0px;
        padding-top: 5px;
    }

        .header .tel i {
            top: 15px;
        }

    .header .logo {
        width: 120px;
        display: inline-block;
        padding: 3px 0 0 5px;
    }

        .header .logo img {
            height: 45px;
        }

        .header .logo span {
            font-size: 16px;
            left: 55px;
            bottom: 12px;
        }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 25px;
    }

    .swiper-slide img {
        width: 100%;
    }

    .navbar-default .navbar-nav > .active > a::after {
        display: none;
    }

    .about-text {
        float: none;
        width: 100%;
        padding-top: 50px;
        height: 420px;
    }

        .about-text .text {
            padding: 0 20px;
        }

    .about-img {
        height: 240px;
        float: none;
        width: 100%;
    }

    .more {
        width: 200px;
        height: 45px;
        line-height: 45px;
        margin: 30px auto 30px
    }

    .case {
        padding: 0px 15px;
    }

    .news-wall {
        margin-top: 40px;
    }

    .case-wall {
        margin-top: 20px;
    }

    .news-wall .news-item {
        width: 100%;
        float: none;
        margin-right: 0px;
    }

        .news-wall .news-item:last-child {
            margin-bottom: 0px;
        }

    .category a {
        padding: 8px 15px;
		margin-bottom: 10px;
    display: inline-block;
    }

    .footer {
        padding: 20px 15px;
    }

    .news-wall .news-item:last-child {
        margin-bottom: 20px;
    }

    .case-item {
        width: 100%;
        float: none;
        background-color: #f1f1f1;
        margin-bottom: 15px;
        padding: 8px;
    }

        .case-item .img {
            width: 44%;
            float: left;
        }

        .case-item .case-info {
            float: left;
            width: 52%;
            margin-left: 4%;
            position: inherit;
            background-color: #f1f1f1;
            padding: 20px;
        }

            .case-item .case-info .title {
                font-size: 16px;
                color: #333;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                display: block;
            }

            .case-item .case-info .summary {
                font-size: 14px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                display: block;
            }

        .case-item:first-child img,
        .case-item img {
            height: auto;
        }

        .case-item:first-child {
            width: 100%;
        }

    .category-wall {
        min-height: 40px;
        margin-bottom: 20px;
        position: relative;
        text-align: left;
        margin-top: -1px;
        z-index:1000;
    }

        .category-wall .selected {
            background: #222224;
            line-height: 40px;
            height: 40px;
            color: #fff;
            padding: 0 20px;
            position: relative;
        }

            .category-wall .selected i {
                position: absolute;
                right: 20px;
                font-size: 16px;
                top: 14px;
                transition: all ease-out .3s;
            }

        .category-wall.open .selected i {
            transform: rotate(180deg);
        }

        .category-wall ul {
            width: 100%;
            height: 0;
            overflow-y: auto;
            position: absolute;
            z-index: 1;
            background-color: transparent;
            margin: 0;
            padding: 0;
            margin-top: -1px;
            transition: all ease-out .3s;
        }

            .category-wall ul li {
                width: 100%;
                height: 40px;
            }

                .category-wall ul li.active {
                    background: #000;
                    border-bottom: none;
                }

                .category-wall ul li a {
                    display: block;
                    line-height: 40px;
                    height: 40px;
                    padding: 0 50px;
                    color: #BBBBBB;
                    background: rgba(17, 17, 17, 0.9);
                }

                .category-wall ul li:last-child {
                    border-bottom: none;
                }

    .about_bg,
    .maps,
    .right_content {
        display: none;
    }

    .left_news {
        width: 100%;
        float: none;
        padding: 0 15px;
        line-height: 22px;
        
    }
        .left_news img {
            width: 100% !important;
            height: auto !important;
        }
    .left_news table{
        width:100% !important;
    }
        .left_news table td, .left_news table th {
            width: auto !important;
            word-break: break-all;
        }
}
